home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
libs
/
vopl
/
glvopl.lha
/
glvopl
/
examples
/
f_2_for.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1989-10-05
|
168 b
|
11 lines
echo off
if not exist fex1.f goto 1
rename fex1.f fex1.for
:1
if not exist fex2.f goto 2
rename fex2.f fex2.for
:2
if not exist fex3.f goto 3
rename fex3.f fex3.for
:3